func github.com/jackc/pgx/v5.newProxyErr

2 uses

	github.com/jackc/pgx/v5 (current package)
		conn.go#L107: 	ErrNoRows = newProxyErr(sql.ErrNoRows, "no rows in result set")
		conn.go#L112: func newProxyErr(background error, msg string) error {